home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 November / macgaichiban199611.bin / NEWS ROOM / JungleParkDEMO / JunglePark DEMO for 68k / JunglePark DEMO for 68k.DXR / 00001.ls next >
Encoding:
Text File  |  1996-04-30  |  247 bĀ   |  12 lines

  1. on exitFrame
  2.   global gcdpath
  3.   if the machineType = 256 then
  4.     if voidp(gcdpath) then
  5.       set gcdpath to the moviePath & "STAGEĀ„"
  6.     end if
  7.     go(1, gcdpath & "HOMEDEMO")
  8.   else
  9.     go(1, the moviePath & "STAGE:" & "HOMEDEMO")
  10.   end if
  11. end
  12.